@charset "utf-8";


/* 通用 */
.swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.swiper-container .swiper-slide{z-index: 22;}
.swiper-container {swiper-theme-color: #ff6600;swiper-preloader-color: #00ff33;}


/* banner */
.xy-index-banner {}
.xy-index-banner img{height: 100%;}
.xy-index-banner a {display: block;width: 100%;height:auto; overflow: hidden;background: #000;}
.xy-index-banner .text {position: absolute;width: 1000px;left:50%;top:35%;margin-left: -500px;text-align: center;z-index: 10;}
.xy-index-banner .text h3{color: #fff;font-size: 30px;font-family: 'Conv_Montserrat-Bold';}
.xy-index-banner .text h2{color: #fff;font-size: 50px;font-weight: bold;}
.xy-index-banner .text h6{color: #fff;font-size: 15px;width: 190px;height: 52px;line-height: 52px; font-family: 'Conv_Montserrat-Regular';position: relative;border: 2px solid #fff;text-align: center;margin-top: 50px;cursor: pointer;}
.xy-index-banner .text h6:hover {background: #fff;color: #000;}

.xy-index-banner .text.left {left: 13%;margin-left:0px;text-align: left;}
.xy-index-banner .text.center {top: 40%;}
.xy-index-banner .text.center h6{margin:50px auto auto;}
.xy-index-banner .text.right {left:auto;right: 13%; margin-left:0px;text-align: right;}
.xy-index-banner .text.right h6 {float: right;clear: both;}
.xy-index-banner .text.none { display:none;}

.xy-index-banner .text h2{transform:translateY(200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h3{transform:translateX(-200px);opacity:0;transition:all .4s;}
.xy-index-banner .text h6{transform:translateX(-200px);opacity:0;transition:all .8s;}
.xy-index-banner .ani-slide .text h2{transform:translateY(0);opacity:1;}
.xy-index-banner .ani-slide .text h3{transform:translateX(0);opacity:1;}
.xy-index-banner .ani-slide .text h6{transform:translateX(0);opacity:1;}

.xy-index-banner .pic {width: 100%;height:100%;}
.xy-index-banner .pic img{display: block;width: 100%;height:100%;}


.xy-index-banner .swiper-button-next,.xy-index-banner .swiper-button-prev{top:auto;bottom:15px; width: 27px;height: 44px;margin-top:auto;background: none;z-index: 99;outline: none;}
.xy-index-banner .swiper-button-prev {left: 50%;margin-left: -190px;}
.xy-index-banner .swiper-button-next {left:auto;right: 50%;margin-right: -170px;}



.xy-index-banner .swiper-pagination {position: absolute;right: 5%;bottom: 5%;text-align:center;width: 97%;}
.xy-index-banner span.swiper-pagination-bullet {background: rgba(255,255,255,.9);width: 40px;height: 4px; border-radius:0;position: relative;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {}
.xy-index-banner span.swiper-pagination-bullet::before {content: '';width: 0%; height: 100%;left: 0;top: 0;background:#0052d9;z-index: 3;display: block;}
.xy-index-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {-webkit-animation: w100 5000ms 1;animation: w100 5000ms 1;width:100%;}
@keyframes w100{
	0%{width: 0%;} 
	100%{width: 100%;}
}


.banner_area{ display:block; height: 780px; width: 100%; position: relative; margin-top: -72px;overflow: hidden;}
.banner_bg{ display:block; height: 780px; width: 100%; background:#0052d9; background-size: cover; position: absolute; left:0px; top: 0px;}
.slide_tips{ display:block; width: 30px; height: 57px; position: absolute; left: 50%; margin-left: -15px; bottom: 40px; z-index: 2; }
.slide_tips .txt{ display:block; width: 100%; position: absolute; left:0; text-align: center; bottom: 0px; font-size: 12px; letter-spacing: 2px;color:#fff;}
.slide_tips .s_line{display:block; width: 2px; height: 32px; border-radius: 2px; position: absolute; left: 50%; margin-left: -1px; top: 0px; background: #fff; animation: a_banner_s_line 3s 0.3s linear both infinite;-webkit-animation: a_banner_s_line 3s 0.3s linear both infinite;-ms-animation: a_banner_s_line 3s 0.3s linear both infinite;-moz-animation: a_banner_s_line 3s 0.3s linear both infinite;-o-animation: a_banner_s_line 3s 0.3s linear both infinite;}
.video2 {width: 2560px;height: 780px;position: absolute;top: 0;left: 50%;margin-left: -1280px;z-index: 1;}
 @keyframes a_banner_s_line {
	0%{ transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
	20%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
	30%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 0;}
	31%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 0;}
	50%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 1;}
	100%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
 }

.rolling { width: 30px; height: 80px;position:absolute;left:1%;bottom: 7%;cursor: pointer;z-index: 10;}
.rolling h6 {font-size: 12px;color: #fff;width: 10px;position:absolute;right:-5px;top:10px;font-weight: normal;}
.rolling h5 {font-size: 12px;color: #fff;width: 100px;position:absolute;right:-55px;top:40px;font-weight: normal;text-transform: uppercase;-webkit-transform:rotate(90deg);transform:rotate(90deg);}

.rolling span { position: relative;width:100%;height:100%; display: block;}
.rolling i{ display: block;height:10px; width: 1px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: height1 1000ms infinite ease-out;-webkit-animation: height1 1000ms infinite ease-out;}
@keyframes height1{
	0%{height:10px;top:10%;opacity: 1;} 
	100%{height:80px;top:85%;opacity: 0;}
}


.hls-page-container {overflow: hidden;position: relative;}
.hls-page-container img{display: block;width: 100%;height: auto;}
.d-table {display: table;width: 100%;height: 100%;}
.d-table-cell {display: table-cell;vertical-align: middle;}
.container {margin:auto 10%;position: relative;overflow: hidden;}
.ptb5 {padding:5% 0;}
.ptpp5 {padding-top:5%;}
.title {}
.title h2{font-size: 44px;font-family: 'Conv_Montserrat-Bold';text-transform: uppercase; }
.title h3{font-size: 30px;font-weight: normal;}
.title h3 line{width: 40px;height: 2px;background: #fa8d3e;margin: 0 15px;display: inline-block;vertical-align: middle;}
.title h3 line.m0 {margin: 0;}
.title h6 {font-size: 14px;line-height: 28px; color: #999999;font-weight: normal;padding:30px 0;overflow: hidden;width: 60%;}
.tmore {position: absolute;width: 115px;right: 0;top:55%;}
.tmore a {display: block;position: relative;font-size: 14px;padding-bottom: 20px; font-family: 'Conv_Montserrat-Bold';text-transform: uppercase;}
.tmore a i{display: block;width: 16px;height: 10px;position: absolute;right: 0;top: 4px;background: url("../right-h.svg") center no-repeat;background-size: 100%;}
.tmore a::after {content: '';width: 100%;height: 2px;background: #000;position: absolute;left: 0;bottom:0px;}
.tmore a:hover {color: #000;letter-spacing: 1px;}
.tmore a:hover i{right: 10%;}
.tmore a:hover::after {background: #000;}
.dtable {display: table;width: 100%;height: 100%;}
.dtable-cell {display: table-cell;vertical-align: middle;}


 
.hls-iproduct {}
.hls-iproduct .iproduct {position: relative;margin:0 0px 0px 0;width:-webkit-calc(33.3333333%); width:-moz-calc(33.3333333%); width:calc(33.3333333%);max-width: 33.3333333%;float: left; padding-bottom:72px; background:#fff;}
.hls-iproduct .iproduct a{display: block;overflow: hidden;}
.hls-iproduct .iproduct .txt{position: absolute;bottom: 8px;left: 0;width:100%;z-index: 3;}
.hls-iproduct .iproduct .txt h5{font-size: 16px;text-align:center; color:#999; font-weight:normal;}
.hls-iproduct .iproduct .txt h4{font-size: 20px; text-align:center; line-height:2em;font-weight:normal;}
.hls-iproduct .iproduct .pic{position: relative;}
.hls-iproduct .iproduct .pic img{/*border-radius:5px;*/}
.hls-iproduct .iproduct .pic .mark{position: absolute;bottom: 0;left: 0;width: 100%;height:70%;z-index: 1; background:linear-gradient(to top,#000,rgba(0,0,0,0));opacity: .0;}
.hls-iproduct .iproduct a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
/*.hls-iproduct .iproduct.ip1 {width:-webkit-calc(50% - 1px); width:-moz-calc(50% - 1px); width:calc(50% - 1px);max-width: 50%;margin:0 1px 2px 0;}
.hls-iproduct .iproduct.ip2 {width:-webkit-calc(50% - 1px); width:-moz-calc(50% - 1px); width:calc(50% - 1px);max-width: 50%;margin:0 0px 2px 1px;} 
.hls-iproduct .iproduct.ip3 {}
.hls-iproduct .iproduct.ip4 {width:-webkit-calc(33.3333333% - 1px); width:-moz-calc(33.3333333% - 1px); width:calc(33.3333333% - 1px);margin:0 2px 2px 2px;}
.hls-iproduct .iproduct.ip5 {}*/

.hls-iproduct .iproduct.ip1 {width:-webkit-calc(34%); width:-moz-calc(34%); width:calc(34%);max-width: 34%; padding-bottom:0;}
.hls-iproduct .iproduct.ip2 { margin-left:2%;width:-webkit-calc(31%); width:-moz-calc(31%); width:calc(31%);max-width: 31%;} 
.hls-iproduct .iproduct.ip3 { margin-left:2%;width:-webkit-calc(31%); width:-moz-calc(31%); width:calc(31%);max-width: 31%;}
.hls-iproduct .iproduct.ip4 { margin-left:2%; margin-top:2%;width:-webkit-calc(31%); width:-moz-calc(31%); width:calc(31%);max-width: 31%;}
.hls-iproduct .iproduct.ip5 { margin-left:2%; margin-top:2%;width:-webkit-calc(31%); width:-moz-calc(31%); width:calc(31%);max-width: 31%;}
.hls-iproduct .iproduct.ip6 {width:-webkit-calc(25% - 1px); width:-moz-calc(25% - 1px); width:calc(25% - 1px);margin:0 2px 2px 2px;}
.hls-iproduct .iproduct.ip7 {width:-webkit-calc(25% - 1px); width:-moz-calc(25% - 1px); width:calc(25% - 1px);margin:0 2px 2px 0px;}

.hls-iadvantages {padding:14% 0 10% 0;overflow: hidden;position: relative;}
.hls-iadvantages .left{float: left;width: 50%;position: relative;z-index: 5;}
.hls-iadvantages .left .pic{background: #000;}
.hls-iadvantages .right{float: left;width: 40%;padding:10% 5% 0 5%;overflow: hidden;position: relative;z-index: 5;}
.hls-iadvantages .right .iadvantages{padding:10% 0;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul {padding:3% 0;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul i{display:block;float: left; width: 50px;height: 50px; position: relative;}
.hls-iadvantages .right .iadvantages ul i::after {content: '';width: 1px;height: 100%;position: absolute;right: 0px;top: 4px;background: #ccc;}
.hls-iadvantages .right .iadvantages ul i img {display: block;width: 30px;height: 30px;margin: 15px 0px 0px 0px;}
.hls-iadvantages .right .iadvantages ul li{display:block;float: left;padding:0 3% ;overflow: hidden;}
.hls-iadvantages .right .iadvantages ul li h5{font-size: 18px;line-height: 28px; font-weight: normal;}
.hls-iadvantages .right .iadvantages ul li h4{font-size: 18px;line-height: 28px;}
.hls-iadvantages .text {position: absolute;opacity: .03;font-size: 300px;text-transform: uppercase;width:200%;left: -1%;top: 5%;font-family: 'Conv_Montserrat-Bold';}

.imore{}
.imore a{display: block;font-size: 14px;width: 180px;height: 52px;line-height: 52px; font-family: 'Conv_Montserrat-Regular';position: relative;background: #0052d9;color: #FFFFFF;border: 2px solid #0052d9;text-align: center;}
.imore a:hover {background: #0052d9;color: #FFFFFF;border: 2px solid #0052d9;}

.section {background-position: center;background-repeat: no-repeat;background-size: cover;clear: both;overflow: hidden;}
.index-about {position: relative;}
.index-about .title-style {text-align: center;width: 100%;padding-bottom: 50px;}
.index-about .title-style h2 {color: #fff;}
.index-about .title-style .line {margin: 20px auto auto;}
.index-about .title-style h6 {font-size: 16px;line-height: 24px;color: #fff;padding: 20px 0;margin: 0;font-weight: normal;overflow: hidden;opacity: .6;}
.index-about .about-item {position: absolute;top:0;left:0%;width: 100%;height: 100%;z-index: 3; }
.index-about .about-item .content {width:auto; height: 470px;border: 1px solid rgba(255,255,255,.3);overflow: hidden;background: rgba(0,0,0,0.65)}
.index-about .about-item .left{padding: 6% 3% 0 5%;overflow: hidden;width:43%;height: 90%; position: relative;}
.index-about .about-item .left::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}
.index-about .about-item .left .title{overflow: hidden;}
.index-about .about-item .left .title h2{text-transform: uppercase;margin: 0;color: #fff;}
.index-about .about-item .left .title h4{font-size: 20px; margin:10px 0;color: #fff;}
.index-about .about-item .left .title .line{width: 80px;height: 4px;background: #fdce21;margin: 25px 0;}
.index-about .about-item .left .text{font-size: 16px;line-height: 26px;color: #fff;opacity: .7;display: -webkit-box;
  -webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;}
.index-about .about-item .left .text sup{color: #fdce21; padding:0 5px 0 2px;}
.index-about .about-item .left .play {display: inline-block;margin-top:30px;}
.index-about .about-item .left .play a{display: block;overflow: hidden;background: #ff9900;border: 1px solid #ff9900;padding: 15px 20px;font-size: 0;}
.index-about .about-item .left .play i{ width: 13px;height: 16px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url("../play.png") center no-repeat;background-size: 100%; }
.index-about .about-item .left .play span{font-size: 16px;color: #fff;display: inline-block;vertical-align: middle;margin-right: 10px;}
.index-about .about-item .left .play a:hover {background: #0052d9;border: 1px solid #0052d9;}
.index-about .about-item .left .play a:hover span,.index-about .about-item .left .play a:hover i{opacity: 1;}
.index-about .about-item .right {overflow: hidden;width:49%;position: relative;}
.index-about .about-item .right::after {content: '';display: block;width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 50%;margin-top: -0.5px;opacity: .3;}
.index-about .about-item .right .item {position: relative;float: left;width: 33.3333333%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.index-about .about-item .right .item:hover{background: #0052d9;}
.index-about .about-item .right .cure {}
.index-about .about-item .right .item li {color:#fff;list-style: none;position: absolute;left: 0;top: 0;width:90%;padding:30% 0 0 10%;height:80%;}
.index-about .about-item .right .item li h2{font-weight: normal;margin: 0; color:#fff;}
.index-about .about-item .right .item li h2 strong{font-size: 60px; color:#fff;}
.index-about .about-item .right .item li h2 span{font-size: 18px;font-weight: normal;margin-left: 5px; color:#fff;}
.index-about .about-item .right .item li h6{font-weight: normal;margin: 0;font-size: 16px;line-height: 26px;opacity: .7; color:#fff;}
.index-about .about-item .right .item .img img{display: block;width: 100%;height: auto;opacity: 0;}
.index-about .about-item .right .item::after {content: '';display: block;width: 1px;height: 100%;background: #fff;position: absolute;right: 0;top: 0;opacity: .3;}
.index-about .about-item .right .item:last-child::after,.index-about .about-item .right .item:nth-child(3)::after {display: none;}
.index-about .img{}
.index-about .img img{display: block;width: 100%;height: auto;} 

.popup-window {background: rgba(0,0,0,.5);position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;height: 100%;display: none;}
.popup-window-content {background: #fff;width: 800px;padding: 5% 2% 5% 5%;margin: auto;position: relative;z-index: 10;opacity: 0;transform: translate(0px,-100px);transition: all .4s;}
.popup-window-content .rolling-content{overflow: auto;height: 500px;position: relative;}
.popup-window-content .rolling-content .rolling-h{padding-right: 50px;font-size: 16px;color: #7d7d7d;line-height: 26px;}
.popup-window-content .rolling-content .rolling-h h2{color: #000;margin: 10px 0;text-transform: uppercase;font-size: 30px;}
.popup-window-content-bg {position: absolute;left: 0;top: 0;width:100%;height: 100%;z-index: 1;}
.ani-show1 {display: block;opacity: 1;transform: translate(0px,0px);transition-delay: .5s;}
.video-window-content {width: 80%;height: auto;margin: auto;position: relative;z-index: 10;}
.video-window-content video {width: 100%;height: auto;display: block;margin: auto;}

.hls-iacase {position: relative; }
.icase-nav {width: 300px;height: 40px;position: absolute;right: 0px;bottom:0px;}
.icase-nav.w800 {width: 800px;}
.icase-nav .swiper-slide li{font-size: 16px;font-weight: bold;color: #999999;cursor: pointer;position: relative;margin: auto 3%;text-align: center;}
.icase-nav .swiper-slide li:hover {color: #0052d9;}
.icase-nav .swiper-slide li::after {content: '';width: 80%;height: 2px;background: #0052d9;position: absolute;left: 10%;bottom: -10px;display: none;}
.icase-nav .swiper-slide-thumb-active li{color: #0052d9;}
.icase-nav .swiper-slide-thumb-active li::after {display: block;}
.iacaselist {padding:5% 0;overflow: hidden;position: relative;}
.iacaselist .swiper-slide {padding-bottom:0px;}
.iacaselist .imore{width: 184px;overflow: hidden;position: absolute;left:50%;margin-left: -92px;bottom: 0;z-index: 3;}
.iacase {position: relative;width:95%; margin-left: 5%;overflow: hidden; }
.iacase li{overflow: hidden;background: #0052d9;}
.iacase li a{display: block;position: relative;}
.iacase li a h4{position: absolute;font-size: 20px;left: 0;bottom: 0;padding: 5%;width: 90%;color: #fff; z-index: 3;}
.iacase li a .mark {position: absolute;bottom: 0;left: 0;width: 100%;height:70%;z-index: 1; background:linear-gradient(to top,#000,rgba(0,0,0,0));opacity: .6;}
.iacase li a:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.iacase li a img{min-height:auto; max-height:none;}


.hls-inews {padding:5% 0 0% 0 ;overflow: hidden;position: relative;}
.inewslist {padding:5% 0 ;overflow: hidden;position: relative;}
.inewslist .inews {position: relative;width: 50%;float: left;}
.inewslist .inews a{display: block;overflow: hidden;background: #ededed;}
.inewslist .inews a .pic{width: 50%;float: left;overflow: hidden;}
.inewslist .inews a .pic img {background: #0052d9;/*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/}
.inewslist .inews a .txt{position: absolute;right: 0;top: 0;width: 40%;height: 100%;padding:0 5%;}
.inewslist .inews a .txt h4 {font-size: 18px;color: #333;}
.inewslist .inews a .txt h5 {font-size: 14px;color: #999;font-weight: normal;line-height: 24px; margin: 30px 0;display: -webkit-box;
  -webkit-line-clamp:4;-webkit-box-orient: vertical; overflow: hidden;}
.inewslist .inews a .txt h6 {font-size: 12px;color: #b2b2b2;font-weight: normal;}
.inewslist .inews a .txt::before {content: '';width: 0;height: 0;border-width: 20px 20px 20px 0;border-style: solid;border-color:transparent #ededed transparent transparent ;position: absolute;left: -20px;top: 50%;margin-top: -20px; z-index: 3;}
.inewslist .inews:nth-child(3) .txt,.inewslist .inews:nth-child(4) .txt,
.inewslist .inews:nth-child(7) .txt,.inewslist .inews:nth-child(8) .txt,
.inewslist .inews:nth-child(11) .txt,.inewslist .inews:nth-child(12) .txt,
.inewslist .inews:nth-child(15) .txt,.inewslist .inews:nth-child(16) .txt,
.inewslist .inews:nth-child(19) .txt,.inewslist .inews:nth-child(20) .txt,
.inewslist .inews:nth-child(23) .txt,.inewslist .inews:nth-child(24) .txt,
.inewslist .inews:nth-child(27) .txt,.inewslist .inews:nth-child(28) .txt,
.inewslist .inews:nth-child(31) .txt,.inewslist .inews:nth-child(32) .txt,
.inewslist .inews:nth-child(35) .txt,.inewslist .inews:nth-child(36) .txt,
.inewslist .inews:nth-child(39) .txt,.inewslist .inews:nth-child(40) .txt,
.inewslist .inews:nth-child(43) .txt,.inewslist .inews:nth-child(44) .txt,
.inewslist .inews:nth-child(47) .txt,.inewslist .inews:nth-child(48) .txt,
.inewslist .inews:nth-child(51) .txt,.inewslist .inews:nth-child(52) .txt,
.inewslist .inews:nth-child(55) .txt,.inewslist .inews:nth-child(56) .txt,
.inewslist .inews:nth-child(59) .txt,.inewslist .inews:nth-child(60) .txt,
.inewslist .inews:nth-child(63) .txt,.inewslist .inews:nth-child(64) .txt,
.inewslist .inews:nth-child(67) .txt,.inewslist .inews:nth-child(68) .txt{left: 0;right: auto;}
.inewslist .inews:nth-child(3) .pic,.inewslist .inews:nth-child(4) .pic,
.inewslist .inews:nth-child(7) .pic,.inewslist .inews:nth-child(8) .pic,
.inewslist .inews:nth-child(11) .pic,.inewslist .inews:nth-child(12) .pic,
.inewslist .inews:nth-child(15) .pic,.inewslist .inews:nth-child(16) .pic,
.inewslist .inews:nth-child(19) .pic,.inewslist .inews:nth-child(20) .pic,
.inewslist .inews:nth-child(23) .pic,.inewslist .inews:nth-child(24) .pic,
.inewslist .inews:nth-child(27) .pic,.inewslist .inews:nth-child(28) .pic,
.inewslist .inews:nth-child(31) .pic,.inewslist .inews:nth-child(32) .pic,
.inewslist .inews:nth-child(35) .pic,.inewslist .inews:nth-child(36) .pic,
.inewslist .inews:nth-child(39) .pic,.inewslist .inews:nth-child(40) .pic,
.inewslist .inews:nth-child(43) .pic,.inewslist .inews:nth-child(44) .pic,
.inewslist .inews:nth-child(47) .pic,.inewslist .inews:nth-child(48) .pic,
.inewslist .inews:nth-child(51) .pic,.inewslist .inews:nth-child(52) .pic,
.inewslist .inews:nth-child(55) .pic,.inewslist .inews:nth-child(56) .pic,
.inewslist .inews:nth-child(59) .pic,.inewslist .inews:nth-child(60) .pic,
.inewslist .inews:nth-child(63) .pic,.inewslist .inews:nth-child(64) .pic,
.inewslist .inews:nth-child(67) .pic,.inewslist .inews:nth-child(68) .pic{float:right;}
.inewslist .inews:nth-child(3) .txt::before,.inewslist .inews:nth-child(4) .txt::before,
.inewslist .inews:nth-child(7) .txt::before,.inewslist .inews:nth-child(8) .txt::before,
.inewslist .inews:nth-child(11) .txt::before,.inewslist .inews:nth-child(12) .txt::before,
.inewslist .inews:nth-child(15) .txt::before,.inewslist .inews:nth-child(16) .txt::before,
.inewslist .inews:nth-child(19) .txt::before,.inewslist .inews:nth-child(20) .txt::before,
.inewslist .inews:nth-child(23) .txt::before,.inewslist .inews:nth-child(24) .txt::before,
.inewslist .inews:nth-child(27) .txt::before,.inewslist .inews:nth-child(28) .txt::before,
.inewslist .inews:nth-child(31) .txt::before,.inewslist .inews:nth-child(32) .txt::before,
.inewslist .inews:nth-child(35) .txt::before,.inewslist .inews:nth-child(36) .txt::before,
.inewslist .inews:nth-child(39) .txt::before,.inewslist .inews:nth-child(40) .txt::before,
.inewslist .inews:nth-child(43) .txt::before,.inewslist .inews:nth-child(44) .txt::before,
.inewslist .inews:nth-child(47) .txt::before,.inewslist .inews:nth-child(48) .txt::before,
.inewslist .inews:nth-child(51) .txt::before,.inewslist .inews:nth-child(52) .txt::before,
.inewslist .inews:nth-child(55) .txt::before,.inewslist .inews:nth-child(56) .txt::before,
.inewslist .inews:nth-child(59) .txt::before,.inewslist .inews:nth-child(60) .txt::before,
.inewslist .inews:nth-child(63) .txt::before,.inewslist .inews:nth-child(64) .txt::before,
.inewslist .inews:nth-child(67) .txt::before,.inewslist .inews:nth-child(68) .txt::before,
.inewslist .inews:nth-child(71) .txt::before,.inewslist .inews:nth-child(72) .txt::before,
.inewslist .inews:nth-child(75) .txt::before,.inewslist .inews:nth-child(76) .txt::before,
.inewslist .inews:nth-child(79) .txt::before,.inewslist .inews:nth-child(80) .txt::before,
.inewslist .inews:nth-child(83) .txt::before,.inewslist .inews:nth-child(84) .txt::before,
.inewslist .inews:nth-child(87) .txt::before,.inewslist .inews:nth-child(88) .txt::before,
.inewslist .inews:nth-child(91) .txt::before,.inewslist .inews:nth-child(92) .txt::before,
.inewslist .inews:nth-child(95) .txt::before,.inewslist .inews:nth-child(96) .txt::before,
.inewslist .inews:nth-child(99) .txt::before,.inewslist .inews:nth-child(100) .txt::before{border-width: 20px 0 20px 20px;border-color:transparent transparent transparent #ededed;left:auto;right: -20px;}
.inewslist .inews a:hover .pic img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-filter: none;-moz-filter: none;-ms-filter: none;-o-filter: none;filter: none;}
.inewslist .inews a:hover {background: #0052d9;}
.inewslist .inews a:hover .txt h4 {color: #fff;}
.inewslist .inews a:hover .txt h5,.inewslist .inews a:hover .txt h6 {color: #ddd;}
.inewslist .inews a:hover .txt::before {border-color:transparent #0052d9 transparent transparent;}
.inewslist .inews:nth-child(3) a:hover .txt::before,.inewslist .inews:nth-child(4) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(7) a:hover .txt::before,.inewslist .inews:nth-child(8) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(11) a:hover .txt::before,.inewslist .inews:nth-child(12) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(15) a:hover .txt::before,.inewslist .inews:nth-child(16) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(19) a:hover .txt::before,.inewslist .inews:nth-child(20) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(23) a:hover .txt::before,.inewslist .inews:nth-child(24) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(27) a:hover .txt::before,.inewslist .inews:nth-child(28) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(31) a:hover .txt::before,.inewslist .inews:nth-child(32) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(35) a:hover .txt::before,.inewslist .inews:nth-child(36) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(39) a:hover .txt::before,.inewslist .inews:nth-child(40) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(43) a:hover .txt::before,.inewslist .inews:nth-child(44) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(47) a:hover .txt::before,.inewslist .inews:nth-child(48) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(51) a:hover .txt::before,.inewslist .inews:nth-child(52) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(55) a:hover .txt::before,.inewslist .inews:nth-child(56) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(59) a:hover .txt::before,.inewslist .inews:nth-child(60) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(63) a:hover .txt::before,.inewslist .inews:nth-child(64) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(67) a:hover .txt::before,.inewslist .inews:nth-child(68) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(71) a:hover .txt::before,.inewslist .inews:nth-child(72) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(75) a:hover .txt::before,.inewslist .inews:nth-child(76) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(79) a:hover .txt::before,.inewslist .inews:nth-child(80) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(83) a:hover .txt::before,.inewslist .inews:nth-child(84) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(87) a:hover .txt::before,.inewslist .inews:nth-child(88) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(91) a:hover .txt::before,.inewslist .inews:nth-child(92) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(95) a:hover .txt::before,.inewslist .inews:nth-child(96) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}
.inewslist .inews:nth-child(99) a:hover .txt::before,.inewslist .inews:nth-child(100) a:hover .txt::before {border-color:transparent transparent transparent #0052d9;}



.hls-icontact {overflow: hidden;position: relative;}
.hls-icontact .icontact {}
.hls-icontact .icontact a {display: block;margin: auto;font-size: 24px; width: 656px;height: 126px;line-height: 130px; position: absolute;left: 50%;top: 50%;margin-left: -330px;margin-top: -65px;z-index: 3;color: #fff;border: 2px solid #0052d9; background:#0052d9;text-align: center; text-transform: uppercase;font-family: 'Conv_Montserrat-Regular',Arial,"微软雅黑","黑体",'宋体';}
.hls-icontact .icontact a:hover {color: #fff;background: #fdce21;border: 2px solid #fdce21;}
.hls-icontact .pic {}


.footer_link{ display:block; width: 100%; position: absolute; bottom: 0px; left: 0px; line-height:30px; background:#141414; padding:10px 0;}
.footer_link a{font-size: 14px; color: #666; float:left; margin-right:15px;}
.footer_link span{ color:#666;}

.web-mail
{
  padding-top:30px;
  padding-bottom:30px;
  border-top: 1px solid #dcdcdc;
}
.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: "."; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.praise-mail
{
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.praise-mail img
{
  width: 50px;
  height:50px;
  cursor: pointer;
}

.praise-mail .doc-box
{
  text-align: left;
  margin-left: 16px;
  margin-top: 2px;
  cursor: pointer;
}

.praise-mail .doc-box h3
{
  font-size: 24px;
  color: #242728;
  margin-bottom: 0.1rem;
}

.praise-mail .doc-box span
{
  font-size:14px;
  color: #999999;
}

.praise-mail:last-child
{
  border-right: none;
}
.weishous
{
  position: relative;
}

.weishous .itemspo
{
  position: absolute;
  width: 30%;
  bottom: 65px;
  display: none;
  left: 50%;
  transform: translateX(-50%); z-index:999;
}

.weishous .itemspo img
{
  width: 100%;
  height: auto;z-index:999;
}
